Kanzi 3.6.4 migration guide

Use this migration guide to update Kanzi applications from Kanzi 3.6.3 to Kanzi 3.6.4.

API renames

Changed DLL export and import defines

Change your configuration files to match the change in the DLL export and import defines. The old values work, but are deprecated.

In Kanzi 3.6.3 In Kanzi 3.6.4
KANZI_COMPONENTS_API Remove this define.
KANZI_COMPONENTS_API=__declspec(dllimport) KANZI_UI_API_IMPORT
KANZI_V8_API Remove this define.
KANZI_V8_API=__declspec(dllimport) KANZI_VS_API_IMPORT
KANZI_API Remove this define.
KANZI_API=__declspec(dllimport) KANZI_API_IMPORT

Kanzi Studio changes

See also

Kanzi 3.6.4 release notes

Known issues